Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Run command</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Run_command"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Run_command rootpage-Run_command skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Run command</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */


.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}


/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable">Not to be confused with <a href="Run_commands" class="mw-redirect" title="Run commands">Run commands</a>.</div>


<p>The <b>Run command</b> on an <a href="Operating_system" title="Operating system">operating system</a> such as <a href="Microsoft_Windows" title="Microsoft Windows">Microsoft Windows</a> and <a href="Unix-like" title="Unix-like">Unix-like</a> systems is used to directly open an application or document whose <a href="Path_(computing)" title="Path (computing)">path</a> is known.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Overview">Overview</h2></div>
<p>The command functions more or less like a single-line <a href="Command-line_interface" title="Command-line interface">command-line interface</a>. In the <a href="GNOME" title="GNOME">GNOME</a> (a UNIX-like derivative) interface, the Run command is used to run applications via terminal commands. It can be accessed by pressing <style data-mw-deduplicate="TemplateStyles:r1249182868">
/* start https://en.wikipedia.org/ */


.mw-parser-output .keyboard-key{border:1px solid #aaa;border-radius:0.2em;box-shadow:0.1em 0.1em 0.2em rgba(0,0,0,0.1);background-color:var(--background-color-neutral-subtle,#f8f9fa);background-image:linear-gradient(to bottom,var(--background-color-neutral,#eaecf0),var(--background-color-neutral-subtle,#f8f9fa),var(--background-color-neutral,#eaecf0));color:var(--color-base,#202122);padding:0.1em 0.3em;font-family:inherit;font-size:0.85em}


/* end https://en.wikipedia.org/ */
</style><kbd class="keyboard-key nowrap">Alt</kbd>+<kbd class="keyboard-key nowrap">F2</kbd>. <a href="KDE" title="KDE">KDE</a> (a UNIX-like derivative) has similar functionality called <a href="KRunner" class="mw-redirect" title="KRunner">KRunner</a>. It is accessible via the same key binds.
</p><p>The <a href="Multics" title="Multics">Multics</a> shell includes a <code>run</code> command to run a command in an isolated environment.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> The <a href="Digital_Equipment_Corporation" title="Digital Equipment Corporation">DEC</a> <a href="TOPS-10" title="TOPS-10">TOPS-10</a><sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> and <a href="TOPS-20" title="TOPS-20">TOPS-20</a><sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> Command Processor included a <code>RUN</code> <a href="Command_(computing)" title="Command (computing)">command</a> for running executable programs.
</p><p>In the <a href="BASIC" title="BASIC">BASIC</a> <a href="Programming_language" title="Programming language">programming language</a>, <code>RUN</code> is used to start program execution from <a href="Direct_mode" title="Direct mode">direct mode</a>, or to start an <a href="Overlay_(programming)" title="Overlay (programming)">overlay program</a> from a <a href="Loader_(computing)" title="Loader (computing)">loader program</a>.
</p>
<div class="mw-heading mw-heading2"><h2 id="Accessing_the_Run_command">Accessing the Run command</h2></div>
<p>Starting with <a href="Windows_95" title="Windows 95">Windows 95</a>, the Run command is accessible through the <a href="Start_menu" title="Start menu">Start menu</a> and also through the shortcut key <kbd class="keyboard-key nowrap">⊞ Win</kbd>+<kbd class="keyboard-key nowrap">R</kbd>. Although the Run command is still present in <a href="Windows_Vista" title="Windows Vista">Windows Vista</a> and later, it no longer appears directly on the Start menu by default, in favor of the new search box and a shortcut to the Run command in the Windows System sub-menu.
</p><p>The Run command is launched in <a href="GNOME" title="GNOME">GNOME</a> and <a href="KDE" title="KDE">KDE</a> desktop environment by holding <kbd class="keyboard-key nowrap">Alt</kbd>+<kbd class="keyboard-key nowrap">F2</kbd>.
</p>
<div class="mw-heading mw-heading2"><h2 id="Uses">Uses</h2></div>
<p>Uses include bringing up webpages; for example, if a user were to bring up the Run command and type in <code>http://www.example.com/</code>, the user's default <a href="Web_Browser" class="mw-redirect" title="Web Browser">Web Browser</a> would open that page. This allows user to not only launch <code>http</code> protocol, but also all registered <a href="URI_scheme" class="mw-redirect" title="URI scheme">URI schemes</a> in OS and applications associated with them, like <code>mailto</code> and <code><a href="File_URI_scheme" title="File URI scheme">file</a></code>.
</p><p>In <a href="GNOME" title="GNOME">GNOME</a> and <a href="KDE" title="KDE">KDE</a>, the Run command acts as a location where applications and commands can be executed.
</p>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="KDE_Plasma_4" title="KDE Plasma 4">KDE Plasma 4</a></li>
<li><a href="Start_(command)" title="Start (command)">Start (command)</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://www.multicians.org/multics-commands.html">Multics Commands</a></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite class="citation book cs1"><a rel="nofollow" class="external text" href="http://scandocs.trailing-edge.com/tops10-aa-0916d-tb.pdf"><i>TOPS-10 Operating System Commands Manual</i></a> <span class="cs1-format">(PDF)</span>. Digital Equipment Corporation. August 1980<span class="reference-accessdate">. Retrieved <span class="nowrap">2019-02-17</span></span>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.textfiles.com/bitsavers/pdf/dec/pdp10/TOPS20/V6.1/AA-FP65A-TM_tops20CmdsRef.pdf">"TOPS-20 Command manual"</a> <span class="cs1-format">(PDF)</span>.</cite></span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<ul><li><a rel="nofollow" class="external text" href="http://weblogs.asp.net/whaggard/archive/2004/04/11/111232.aspx">Customizing Windows Run command</a></li>
<li><a rel="nofollow" class="external text" href="http://eightfire.com/complete-list-of-run-commands-in-windows-application-names.html">350+ Run Commands for Windows XP, Vista, 7, 8 &amp; 8.1</a></li>
<li><a rel="nofollow" class="external text" href="http://mypchell.com/guides/34-guides/69-156-useful-run-commands">156 Useful Run Commands</a></li>
<li><a rel="nofollow" class="external text" href="http://www.softwareok.com/?Microsoft/Run-Command">Alternative to the standard Windows Run-Dialog.</a></li></ul></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-04-14" href="https://en.wikipedia.org/wiki/?title=Run_command&amp;oldid=1285611004">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>